Package-level declarations

Functions

Link copied to clipboard
fun <T, P> KProperty1<T, P>.equal(path: Path<T>, criteriaBuilder: CriteriaBuilder, value: P): Predicate

Creates a Predicate that checks if the property is equal to the given value.

Link copied to clipboard
fun <T, P> KProperty1<T, P>.notEqual(path: Path<T>, criteriaBuilder: CriteriaBuilder, value: P): Predicate

Creates a Predicate that checks if the property is not equal to the given value.